Autogenerated HTML docs for v1.5.0-rc1-g696b 
diff --git a/git-commit.html b/git-commit.html index 7575c77..d3ac685 100644 --- a/git-commit.html +++ b/git-commit.html 
@@ -308,7 +308,8 @@  <p>   by using the -a switch with the <em>commit</em> command to automatically "add"   changes from all known files i.e. files that have already been committed  - before, and perform the actual commit.  + before, and to automatically "rm" files that have been  + removed from the working tree, and perform the actual commit.   </p>   </li>   </ol>  @@ -650,7 +651,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 13-Jan-2007 08:09:00 UTC  +Last updated 13-Jan-2007 22:18:18 UTC   </div>   </div>   </body>  
diff --git a/git-commit.txt b/git-commit.txt index cb081cd..b4528d7 100644 --- a/git-commit.txt +++ b/git-commit.txt 
@@ -32,7 +32,8 @@    4. by using the -a switch with the 'commit' command to automatically "add"  changes from all known files i.e. files that have already been committed - before, and perform the actual commit. + before, and to automatically "rm" files that have been + removed from the working tree, and perform the actual commit.    The gitlink:git-status[1] command can be used to obtain a  summary of what is included by any of the above for the next